@charset "utf-8";
.ind_loading.show{
	position: fixed;
	z-index: 9999;
	background: url(../images/default.gif) no-repeat center center #26462E;
	background-size: 500px;
	top: 0;
	width: 0%;
	left: 0;
	height: 100%;
	animation: indLoading 5s 1;
	animation-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
@keyframes indLoading {
	0% {
		width: 100%;
	}
	100% {
		width:0%;
	}
}

/* 首页 */
.swiper-banner{
	position: relative;
	overflow: hidden;
	height: 100%;
}
.swiper-banner .swiper-slide{
	position: relative;
	/* min-height: 350px;*/
	height: 100%;
	overflow: hidden;
}
.swiper-banner .swiper-slide .ban_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*min-height: 350px;*/
	max-height: 100vh;
	-webkit-animation: animScale 20s linear infinite;
	animation: animScale 20s linear infinite;
	-ms-animation: animScale 20s linear infinite;
	-moz-animation: animScale 20s linear infinite;
	-o-animation: animScale 20s linear infinite;
}
.swiper-banner .swiper-slide .ban_w{
	position: absolute;
	left: 5%;
	right: 10%;
	bottom: 16%;
	z-index: 9;
	display: flex;
	flex-direction: column;
	color: #fff;
	line-height: 1.6;
}
.swiper-banner .swiper-slide .ban_h1{
	font-size: 46px;
	text-shadow:2px 3px 2px rgba(0,0,0,0.5);
}
.swiper-banner .swiper-slide .ban_h2{
	font-size: 16px;
	text-shadow:2px 3px 2px rgba(0,0,0,0.5);
}
.swiper-banner .swiper-slide.swiper-slide-active .ban_hcm{
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.swiper-banner .swiper-slide.swiper-slide-active .ban_h1{
	animation-delay: 0.5s;
}
.swiper-banner .swiper-slide.swiper-slide-active .ban_h2{
	animation-delay: 0.8s;
}
.swiper-banner .ban-pagination{
	position: absolute;
	width: 100%;
	bottom: 35px;
	z-index: 9;
	text-align: center;
}
.ban-pagination .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	border: 2px solid transparent;
	position: relative;
	border-radius: 50%;
	background: none;
	opacity: 1;
}
.ban-pagination .swiper-pagination-bullet::after{
	width: 12px;
	height: 12px;
	position: absolute;
	left: 3px;
	top: 3px;
	border-radius: 50%;
	background:rgba(255,255,255,0.6);
	content: '';
}
.ban-pagination .swiper-pagination-bullet-active{
	border-color: #fff;
}
.ban-pagination .swiper-pagination-bullet-active::after{
	background: #fff;
}
.swiper-notification{
	display: none;
}

.ban_prev,.ban_next{
	width: 50px;
	height: 50px;
	background-position: center center;
	background-size: 60%;
	background-repeat: no-repeat;
	top: 50%;
	z-index: 99;
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	border-radius: 50%;
	cursor: pointer;
}
.ban_prev{
	left: 5%;
	background-image: url(../images/ban_l.png);
}
.ban_next{
	right: 5%;
	background-image: url(../images/ban_r.png);
}
.ban_prev:hover,.ban_next:hover{
	background-color: #fff;
}

.ind_al{
	width: 47.88%;
}
.ind_alt{
	color: #0a0c0a;
}
.ind_alc li{
	width: 22.7%;
}
.ind_alc li .bord{
	border: 1px solid #dcdcdc;
	padding: 6% 13% 6% 12%;
	border-radius: 4px;
}
.ind_alc li .img{
	width: 29%;
}
.ind_alc li .ico{
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}
.ind_alc li .ico2{
	display: none;
}
.ind_alc li:hover .bord{
	border-color: #4e4e4e;
	transform:translateY(-3px);
}
.ind_alc li:hover .ico1{
	display: none;
}
.ind_alc li:hover .ico2{
	display: inline-block;
}
.ind_a .ind_am a{
	line-height: 38px;
	padding: 0 28px;
	border-radius: 40px;
	display: inline-block;
	background: #4e4e4e;
	color: #fff;
}
.ind_a .ind_am a:hover{
	background: #000;
	transform:translateY(-3px);
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.ind_ar{
	width: 47.17%;
}
.ind_arc li{
	width: 48.12%;
	padding-bottom: 2.5%;
}
.ind_arc li .imgs{
	padding-bottom: 55.32%;
	border-radius: 10px;
}
.ind_arc li .hv{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 2% 7%;
}
.ind_arc li .hv .hv_a{
	position: relative;
	width: 100%;
	height: 48px;
}
.ind_arc li .hv .i{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: url(../images/ind_amico.png) no-repeat center center;
	background-size: 100%;
	border: 1px solid #fff;
	display: block;
	position: absolute;
	top: 10px;
	right:-50%;
	opacity: 0;
}
.ind_arc li .hv .h3{
	padding-bottom: 5px;
	position: relative;
	display: inline-block;
	left: 50%;
	margin-left: -20px;
}
.ind_arc li .hv .h3::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
}
.ind_arc li .p{
	opacity: 0;
	margin-left: -200%;
	text-align: left;
	margin-top: -20px;
}
.ind_arc li:hover .hv{
	background: #0c2d0d;
	align-items: flex-start;
}
.ind_arc li:hover .p{
	opacity: 1;
	margin-left: 0;
	margin-top: 6%;
}
.ind_arc li:hover .h3{
	left: 0;
	margin-left: 0px;
	position: absolute;
}
.ind_arc li:hover .hv_a .i{
	right: 0;
	opacity: 1;
}


@keyframes animScale {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

@-webkit-keyframes animScale {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.2); }
    100% { -webkit-transform: scale(1); }
}

@-ms-keyframes animScale {
    0% { -ms-transform: scale(1); }
    50% { -ms-transform: scale(1.2); }
    100% { -ms-transform: scale(1); }
}

@-moz-keyframes animScale {
    0% { -moz-transform: scale(1); }
    50% { -moz-transform: scale(1.2); }
    100% { -moz-transform: scale(1); }
}

@-o-keyframes animScale {
    0% { -o-transform: scale(1); }
    50% { -o-transform: scale(1.2); }
    100% { -o-transform: scale(1); }
}

@media screen and (max-width:1600px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 26px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 50px;
	}
	.ban_prev,.ban_next{
		width: 45px;
		height: 45px;
	}
}



@media screen and (min-width:1025px) {
	
	.delay2{
		animation-delay: 0.2s;
	}
	.delay3{
		animation-delay: 0.3s;
	}
	.delay4{
		animation-delay: 0.4s;
	}
	.delay5{
		animation-delay: 0.5s;
	}
}


@-webkit-keyframes am_01 {
    0% {
        -webkit-transform: translate(0, -30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0);
        opacity: 1;
    }
}

@-webkit-keyframes am_02 {
    0% {
        -webkit-transform: translate(0, 30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0);
        opacity: 1;
    }
}

.ind_nhd li{
	padding: 10px 20px;
}
.ind_nhd li a{
	display: block;
	font-size: 16px;
	color: #333333;
	padding: 5px 0;
	border-bottom: 2px solid transparent;
}
.ind_nhd li a:hover{
	color: #4e4e4e;
}
.ind_nhd li.on a{
	color: #4e4e4e;
	font-weight: bold;
	border-bottom: 2px solid #4e4e4e;
}
.ind_nbd{
	position: relative;
}
.new_com{
	margin-left: -25px;
	margin-right: -25px;
}
.new_com .swiper-slide a,.new_list li a{
	display: block;
	margin: 5%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.new_com .swiper-slide a::after,.new_list li a::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(1,6,4,0.5);
	content: '';
	transition:all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.new_com .swiper-slide .imgs,.new_list li .imgs{
	padding-bottom:131.85%;
}
.new_com .swiper-slide .imgs img,.new_list li .imgs img{
	top: auto;
	bottom: 0;
	transition:all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;
}
.new_com .swiper-slide .n_pad,.new_list li .n_pad{
	padding: 5% 5.5% 6%;
	position: absolute;
	bottom: 0;
	color: #dedede;
	z-index: 6;
}
.new_com .swiper-slide .n_pad::after,.new_list li .n_pad::after{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0c2d0d;
	content: '';
	left: 0;
	bottom: -100%;
	transition:all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.new_com .swiper-slide .n_pad .n_pos,.new_list li .n_pad .n_pos{
	position: relative;
	z-index: 99;
}
.new_com .swiper-slide .h3,.new_list li .h3{
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 1.4;
}
.new_com .swiper-slide .span,.new_list li .span{
	font-size: 14px;
	padding-top: 5px;
}
.new_com .swiper-slide .p,.new_list li .p{
	font-size: 14px;
	margin-top: 5%;
	padding-top: 5%;
	border-top: 1px solid #ababab;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}
.new_com .swiper-slide .m,.new_list li .m{
	padding-top: 6%;
}
.new_com .swiper-slide a:hover,.new_list li a:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.new_com .swiper-slide a:hover::after,.new_list li a:hover::after{
	opacity: 0;
}
.new_com .swiper-slide a:hover .n_pad::after,.new_list li a:hover .n_pad::after{
	bottom: 0;
}
.new_com .swiper-slide a:hover .imgs img,.new_list li a:hover .imgs img{
	top: auto;
	bottom: 30%;
}
.ind_nbd .con{
	position: absolute;
	left:-5%;
	top:0;
	opacity: 0;
	transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	width: 100%;
}
.ind_nbd .con.onn{
	position: relative;
	opacity:1;
	left: 0;
}

.ind_lybg{
	background: url(../images/lx_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 5% 0;
}
.ind_lxl{
	width: 50%;
}
.ind_lxl .h3{
	font-size: 32px;
	line-height: 1.1;
}
.ind_lxl .h4{
	font-size: 30px;
	color: #4e4e4e;
}

.ind_lxl .ul{
	padding: 6% 0 5%;
}
.ind_lxl .ul li{
	padding: 2px 0;
	font-size: 16px;
}
.ind_lxl .ul li p{
	padding-left: 10px;
}
.ind_lxl .ul li p strong{
	font-size: 24px;
}
.ind_lxl .ul li p .n{
	font-weight: normal;
}
.ind_lxr{
	width:43.5%;
}
.ind_lxr .p{
	font-size: 16px;
	padding-bottom: 15px;
}
.ind_lxr .ul li p{
	padding-bottom: 14px;
}
.ind_lxr .ul li .ly_txt,.ind_lxr .ul li .ly_nr{
	border: 1px solid #bfbfbf;
	background: #fff;
	line-height: 20px;
	padding:12px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
	display:block;
}
.ind_lxr .ul li .ly_nr{
	height: 100px;
	padding: 6px 12px;
}
.ind_lxr .ul li.li2 p{
	width: 50%;
	padding-right: 7px;
	box-sizing: border-box;
} 
.ind_lxr .ul li.li2 p:last-child{
	padding-right: 0;
	padding-left: 7px;
} 
.ind_lxr .ul li.last{
	padding-top: 10px;
}
.ind_lxr .ul li .ly_btn{
	line-height: 45px;
	width: 35%;
	max-width: 150px;
	text-align: center;
	margin-right: 15px;
	background: #4e4e4e;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 3px;
}
.ind_lxr .ul li .ly_res{
	background: #dcdcdc;
	color: #333;
}
.smain{
	padding-top: 0;
	overflow: hidden;
	
}
.showH .smain{
	padding-top:85px;
}
.sub_ban{
	position: relative;
	overflow: hidden;
	text-align: center;
}
.sub_ban img{
	display:inline-block;
	vertical-align: top;
	max-width: 100%;
	min-height: 180px;
	object-fit: cover;
}
.sban_hv{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: 9;
	flex-direction: column;
	color: #fff;
	line-height: 1.6;
}
.sban_hv .h3{
	font-weight: bold;
	letter-spacing: 3px;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}
.sban_hv .p{
	text-shadow: 2px 3px 3px rgba(0,0,0,0.2);
	line-height: 1.3;
	padding-top: 5px;
}
.center{
	background: #fff;
	margin-top: -36px;
	padding-top: 20px;
	position: relative;
	z-index: 10;
	border-radius: 10px 10px 0 0;
}
.sub_h3{
	font-size: 20px;
}
.sub_nav{
	padding-top: 20px;
}

.sub_nav li{
	padding: 0 10px;
}
.sub_nav li a{
	line-height: 45px;
	padding: 0 40px;
	display: block;
	border-radius: 40px;
	white-space: nowrap;
}
.sub_nav li a:hover,.sub_nav li a.a_hv{
	background: #4e4e4e;
	color: #fff;
}
.sub_tt{
	line-height: 1.6;
	padding: 25px 0;
}

.s_about{
	max-width: 1300px;
	margin: 0 auto;
}
.s_about .abp{
	line-height: 2.5;
	padding:1% 0;
}
.s_about .ab_ul li{
	padding: 10px 3%;
	text-align: center;
}
.s_about .ab_ul li .h3{
	color: #2a2a2a;
	line-height: 40px;
	font-weight: bold;
}
.s_about .ab_ul li .h3 span{
	display: inline-block;
	vertical-align: text-bottom;
}

.commm{
	overflow: hidden;
	max-width: 1300px;
	margin: 0 auto;
}
.commm img{
	max-width: 100% !important;
	height: auto !important;
}
.am-pureview-bar{
	box-sizing: border-box;
}
.am-pureview-direction a::before{
	content: '<' !important;
	font-family: "宋体" !important;
}
.am-pureview-direction .am-pureview-next a::before{
	content: '>' !important;
}
.am-icon-chevron-left::before {
    content: "x" !important;
	font-family: "arial" !important;
}
.rongyu{
	overflow: hidden;
}
.rongyu ul{
	margin-left: -1.5%;
	margin-right: -1.5%;
}
.rongyu li{
	width: 25%;
	padding: 2% 1.5% 0;
	float: left;
	box-sizing: border-box;
}
.rongyu li .imgs{
	border: 1px solid #bfbfbf;
	padding-bottom: 117%;
	background: #fff;
	box-sizing: border-box;
}
.rongyu li .imgs img{
	width: auto;
	height: auto;
}
.rongyu li .p{
	line-height: 20px;
	height: 40px;
	padding-top: 5%;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}
.rongyu li a:hover .imgs{
	border-color: #427b4e;
}
.rongyu2 li .imgs{
	padding-bottom: 70%;
}
.yw_com{
	line-height: 2;
}
.yw_dcom{
	background: rgba(248,248,248,0.5);
}
.yw_zuopin{
	overflow: hidden;
}
.yw_zuopin li .imgs{
	padding-bottom: 70%;
	border-radius: 10px;
}
.yw_zuopin li .imgs::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9;
	content: '';
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.yw_zuopin li .p{
	text-align: center;
	position: absolute;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding-bottom: 10px;
	left: 5%;
	right: 5%;
	top: 50%;
	margin-top: -20px;
	z-index: 99;
}
.yw_zuopin li .p::after{
	width: 36px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	content: '';
	bottom: 0;
}
.yw_zuopin li a:hover .imgs::before{
	background: #0c2d0d;
}


.zp_list{
	overflow: hidden;
}
.zp_list li{
	float: left;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.zp_list li a{
	display: block;
}
.zp_list li .imgs{
	padding-bottom: 70%;
}
.zp_list li .p{
	padding:4% 10px;
}
.zp_list li a:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	background: #fff;
}

.new_list{
	
}
.new_list ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.new_list li{
	width: 25%;
	box-sizing: border-box;
}
/* .new_list li a{
	display: block;
	margin: 5%;
	background: #fff;
}

.new_list li .h3{
	font-size: 18px;
	font-weight: bold;
}
.new_list li .span{
	font-size: 14px;
}
.new_list li .p{
	font-size: 14px;
	margin-top: 5%;
	padding-top: 5%;
	border-top: 1px solid #dedede;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}
.new_list li .m{
	padding-top: 6%;
}
.new_list li a:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
} */

.art_ntt{
	line-height: 1.4;
	padding-top: 15px;
}
.art_ntm{
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cecece;
}
.art_nbd{
	padding: 15px 0 5%;
	overflow: hidden;
	line-height: 2;
}
.art_nbd img{
	max-width: 100% !important;
	height: auto !important;
}
.art_npn{
	padding: 15px 0;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.art_npnl,.art_nfh{
	padding: 5px 0;
}
.art_npnl p{
	padding: 3px 0;
}
.art_npnl p a{
	font-weight: normal;
	color: #666666;
}
.art_npnl p a:hover{
	color:#427b4e;
}
.art_nfh a{
	background: #4e4e4e;
	border-radius: 3px;
	padding: 0 25px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}
.art_nfh a p{
	padding-left: 15px;
}
.art_nfh a:hover{
	padding: 0 30px;
}
.art_ntjcom{
	position: relative;
}

.art_zpbd,.art_zplr{
	max-width:1080px;
	margin:0 auto;
}
.art_zplr .art_zpcm{
	width:48%;
	line-height:1.9;
	overflow:hidden;
	box-sizing:border-box;
	padding:3%;
	background:#fff;
	box-shadow:0 0 6px rgba(0,0,0,0.1)
}
.art_zplr{
	padding:2% 0;
}


.team_list{
	overflow: hidden;
}
.team_list ul{
	margin-left: -10px;
	margin-right: -10px;
}
.team_list ul li{
	width: 25%;
	box-sizing: border-box;
	padding: 10px;
}
.team_list ul li .imgs{
	padding-bottom: 121%;
}
.team_list ul li a{
	display: block;
	height: 100%;
	background: #f0f0f0;
}
.team_list ul li .padd{
	padding:5% 6%;
	line-height: 1.6;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.team_list ul li .h4{
	padding: 1% 0;
}
.team_list ul li a:hover{
	background: #429552;
	color: #fff;
}
.cont_l{
	width: 46.6666%;
}
.cont_l .h3{
	padding-bottom: 10px;
}
.lx_ewm{
	display: inline-block;
	padding-top: 20px;
}
.lx_ewm img{
	display: inline-block;
	vertical-align: top;
	width: 129px;
}
.cont_r{
	width: 49%;
}
.cont_map{
	height: 640px;
}
.job_com{
	line-height: 2;
	overflow: hidden;
}

.job_list .job_bt .job_a{
	background: #4E4E4E;
}
.job_list .job_a{
	display: flex;
	padding: 10px 0;
}
.job_list .job_a .li{
	text-align: center;
	flex:1;
}
.job_list .job_li{
	border-bottom: 1px solid #dedede;
}
.job_list .job_li .job_a{
	padding: 18px 0;
	cursor: pointer;
	line-height: 1.3;
}
.job_list .job_li .job_b{
	display: none;
	padding:10px 30px 30px;
}
.job_list .job_li.onn{
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.job_list .job_li .job_bd{
	padding-bottom: 30px;
}
.job_list .job_li .job_sq{
	padding-top: 20px;
	border-top: 1px solid #dedede;
}
.job_list .job_li .job_sq a{
	display: inline-block;
	background: #4e4e4e;
	line-height: 36px;
	padding:0 30px;
	color: #fff;
}


.art_cptt{
	margin:2% auto 0;
	max-width:1080px;
}
.art_zppad{
	position: relative;
	margin-top: 15px;
}
.art_zpcom{
	overflow: hidden;
}
.art_zpcom .swiper-slide img{
	display: block;
	width: 100%;
}
.art_zppad .zpprev,.art_zppad .zpnext{
	width:50px;
	height:50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	background-position: center center;
	background-size: 100%;
	border-radius: 50%;
	background-color: #d5d5d5;
}
.art_zppad .zpprev{
	left: -80px;
	background-image: url(../images/art_l.png);
}
.art_zppad .zpnext{
	right: -80px;
	background-image: url(../images/art_r.png);
}
.art_zppad .zpprev:hover,.art_zppad .zpnext:hover{
	background-color: #006032;
}
.art_zppad .zpprev:hover{
	background-image: url(../images/art_l_hv.png);
}
.art_zppad .zpnext:hover{
	background-image: url(../images/art_r_hv.png);
}
.art_zpfh a{
	padding: 0 20px;
}

/* 团队 */
.team_swiper{
	overflow: hidden;
	position: relative;
}
.team_swiper .swiper-slide{
	width: 25%;
}
.team_swiper .swiper-slide .imgs{
	padding-bottom: 140%;
}
.team_swiper .swiper-slide .imgs::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0,0,0,0.5);
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.team_swiper .swiper-slide .imgs .hv{
	position: absolute;
	bottom: -105%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: rgba(255,255,255,0.2);
	line-height: 1.3;
	z-index: 9;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.team_swiper .swiper-slide-active .imgs .hv{
	bottom: 0 ;
}
.team_swiper .swiper-slide-active .imgs::after{
	display: none;
}

.team_swiper .team-btn{
	width: 40px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-color: rgba(255,255,255,0.7);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 9;
	cursor: pointer;
}
.team_swiper .team-prev{
	left: 0;
	background-image: url(../images/team_l.png);
}
.team_swiper .team-next{
	right:0;
	background-image: url(../images/team_r.png);
}
.team_swiper .team-btn:hover{
	background-color: #fff;
}
.art_team .art_team_l{
	width: 20.83%;
}
.art_team .art_team_l img{
	display: block;
	width: 100%;
	border-radius: 10px;
}
.art_team .art_team_r{
	flex: 1;
	padding-left: 2.5%;
	overflow: hidden;
}


.fzlc_com{
	overflow: hidden;
}
.lc_warp {
    display: flex;
    flex-direction: column;
}
.fzlc_com .odd .lc_warp {
    flex-direction: column-reverse;
}
.lc_warp .lc_a, .lc_warp .lc_b {
    width: 100%;
    height: 200px;
	box-sizing: border-box;
}
.lc_warp .line {
    width: 100%;
    height: 1px;
    position: relative;
    background: #b1bab8;
}
.lc_warp .line::after {
    width: 10px;
    height: 10px;
    background: #4E4E4E;
    left: 50%;
    margin-left: -5px;
    top: -5px;
    content: '';
    position: absolute;
    border-radius: 50%;
}
.lc_warp .line::before {
    width: 20px;
    height: 20px;
    background: rgba(78, 78, 78, 0.5);
    left: 50%;
    margin-left: -10px;
    top: -10px;
    content: '';
    position: absolute;
    border-radius: 50%;
}
.lc_warp .line::after, .lc_warp .line::before {
    display: none;
}
.lc_a .nian {
    width:100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 26px;
    color: #333;
    border-radius: 50%;
    background: #e8e8e8;
    position: relative;
    margin: 0 auto;
	font-weight:bold;
	box-shadow: 0px 4px 3px rgba(1,9,4,0.17);
}
.lc_a .nian::after {
    position: absolute;
    left: 50%;
    width: 1px;
    height: 44px;
    background: #b1bab8;
    content: '';
    top: 100px;
}
.fzlc_com .odd .lc_warp .lc_a {
    padding-top: 44px;
}
.fzlc_com .odd .lc_a .nian::after {
    top: -44px;
}
.lc_warp .lc_bd {
    height: 150px;
    overflow-y: auto;
	font-size: 13px;
	line-height: 1.8;
	color: #666666;
}
.lc_warp .lc_b {
    padding-top: 20px;
}
.lc_warp .lc_a {
    padding-top: 56px;
}
.lc_warp .lc_bd {
    display: none;
    -webkit-animation: am_01 0.6s ease-in-out backwards;
}
.fzlc_com .odd .lc_bd {
    -webkit-animation: am_02 0.6s ease-in-out backwards;
}
.fzlc_com .swiper-slide {
    cursor: grab;
}
.fzlc_com .swiper-slide.on .lc_warp .line::after, .fzlc_com .swiper-slide.on .lc_warp .line::before, .fzlc_com .swiper-slide:hover .lc_warp .line::after, .fzlc_com .swiper-slide:hover .lc_warp .line::before {
    display: block;
}
.fzlc_com .swiper-slide.on .nian, .fzlc_com .swiper-slide:hover .nian {
    background-image: linear-gradient(#0c2d0d, #4e4e4e);
	color: #fff;
}
.fzlc_com .swiper-slide.on .nian:after, .fzlc_com .swiper-slide:hover .nian:after {
    background: #4e4e4e;
}
.fzlc_com .swiper-slide.on .lc_bd, .fzlc_com .swiper-slide:hover .lc_bd {
    display: block;
}
.fzlc_pad {
    position: relative;
	margin-top: 3.5%;
}
.fzlc_pad .lcprev, .fzlc_pad .lcnext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    width: 35px;
    height: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
	z-index: 6;
}
.fzlc_pad .lcprev {
    background-image: url(../images/btn_l.png);
    left: -35px;
}
.fzlc_pad .lcnext {
    background-image: url(../images/btn_r.png);
    right: -35px;
}
.fzlc_pad .lcprev:hover{
	background-image: url(../images/btn_l_hv.png);
}
.fzlc_pad .lcnext:hover{
	background-image: url(../images/btn_r_hv.png);
}

@-webkit-keyframes am_01 {
    0% {
        -webkit-transform: translate(0, -30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0);
        opacity: 1;
    }
}

@-webkit-keyframes am_02 {
    0% {
        -webkit-transform: translate(0, 30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0);
        opacity: 1;
    }
}

.ss_list{
	padding-bottom: 4%;
}
.ss_list li{
	padding: 13px 0;
	border-bottom: 1px dashed  #aaa;
}
.ss_list li a{
	display: block;
}
.ss_list li span{
	float: right;
	color: #999;
	padding-left: 20px;
}

/* 分页 */
.pages{
	text-align: center;
}
.pages ul{
	font-size: 0;
}
.pages ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	font-size: 12px;
}
.pages ul li a{
	display: inline-block;
	vertical-align: middle;
	color: #353535;
	line-height: 24px;
	border: 1px solid #d4d4d4;
	padding: 0 8px;
}
.pages ul li a:hover{
	border-color: #4E4E4E;
	color: #4E4E4E;
}
.pages ul li a.on{
	background: #4E4E4E;
	border-color: #4E4E4E;
	color: #fff;
}


@media screen and (max-width:1600px) {
	.art_zppad{
		padding: 0 50px;
	}
	.art_zppad .zpprev{
		left: -20px;
	}
	.art_zppad .zpnext{
		right: -20px;
	}
}

@media screen and (max-width:1366px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 42px;
	}
	.ban_prev,.ban_next{
		width: 40px;
		height: 40px;
	}
	.ind_lxl .h3{
		font-size: 30px;
	}
	.ind_lxl .h4{
		font-size: 28px;
	}
	.ind_lxl .ul li p strong{
		font-size: 22px;
	}
	.new_list li a{
		margin: 4%;
	}
	.cont_map{
		height: 600px;
	}
	.art_zppad .zpprev,.art_zppad .zpnext{
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.sub_nav li{
		padding: 0 8px;
	}
	.sub_nav li a{
		line-height: 36px;
		padding: 0 32px;
	}
	.new_list ul{
		margin-left: -12px;
		margin-right: -12px;
	}
}

@media screen and (max-width:1280px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 38px;
	}
	.ban_prev,.ban_next{
		width: 35px;
		height: 35px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 15px;
	}
	.sub_nav li{
		padding: 0 5px;
	}
	.sub_nav li a{
		line-height: 32px;
		padding: 0 28px;
	}
	.new_com{
		margin-left: 10px;
		margin-right: 10px;
		overflow: hidden;
	}
	.new_com .nprev,.new_com .nnext{
	    cursor: pointer;
	    position: absolute;
	    top: 50%;
	    margin-top: -17.5px;
	    width: 35px;
	    height: 35px;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: 100%;
		z-index: 6;
	}
	.new_com .nprev {
	    background-image: url(../images/btn_l.png);
	    left: -25px;
	}
	.new_com .nnext{
	    background-image: url(../images/btn_r.png);
	    right: -25px;
	}
	.ind_nhd li a{
		font-size: 15px;
	}
	.new_com .swiper-slide .h3,.new_list li .h3{
		font-size: 16px;
	}
	.new_com .swiper-slide .h3,.new_list li .h3{
		height: 44px;
	}
	.ind_lxl .h3{
		font-size: 28px;
	}
	.ind_lxl .h4 {
	    font-size: 26px;
	}
	.ind_lxr .ul li .ly_btn{
		line-height: 42px;
	}
	.weizhi .s_nav a{
		padding: 12px 25px;
	}
	.yw_zppadd{
		padding-left: 40px;
		padding-right: 40px;
		position: relative;
	}
	.yw_zppadd .zprev,.yw_zppadd .znext{
	    cursor: pointer;
	    position: absolute;
	    top: 50%;
	    margin-top: -17.5px;
	    width: 35px;
	    height: 35px;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: 100%;
		z-index: 6;
	}
	.yw_zppadd .zprev {
	    background-image: url(../images/btn_l.png);
	    left: -10px;
	}
	.yw_zppadd .znext{
	    background-image: url(../images/btn_r.png);
	    right: -10px;
	}
	.new_list ul{
		margin-left: -8px;
		margin-right: -8px;
	}
	.new_list li a{
		margin: 3%;
	}
	.lx_ewm img{
		width: 100px;
	}
	.cont_map{
		height: 500px;
	}
	.ind_arc li .hv .i{
		width: 25px;
		height: 25px;
	}
}

@media screen and (max-width:1024px) {
	.swiper-banner,.fp-tableCell,.fp-section.fp-table, .fp-slide.fp-table{
		height: auto !important;
	}
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 32px;
	}
	.ban_prev,.ban_next{
		width: 32px;
		height: 32px;
	}
	.swiper-banner .ban-pagination{
		bottom: 15px;
	}
	.ban-pagination .swiper-pagination-bullet{
		width: 14px;
		height: 14px;
	}
	.ban-pagination .swiper-pagination-bullet::after{
		left: 2px;
		top: 2px;
		width: 10px;
		height: 10px;
	}
	.ind_al,.ind_ar{
		width: 100%;
	}
	
	.ind_npad{
		padding-bottom: 3.5%;
	}
	.ind_lxl .h3 {
	    font-size: 26px;
	}
	.ind_lxl .h4{
		font-size: 24px;
	}
	.ind_lxl .ul li p strong{
		font-size: 20px;
	}
	.ind_lxl .ul li img{
		width: 25px;
	}
	.ind_lxr .ul li .ly_txt, .ind_lxr .ul li .ly_nr{
		padding:9px 12px;
		
	}
	#main,.smain{
		padding-top: 52px;
	}
	.weizhi .s_nav a{
		padding: 10px 20px;
	}
	.zp_list li,.new_list li{
		width: 33.3333%;
	}
	.cont_map{
		height: 450px;
	}
	.team_swiper .team-btn{
		width: 30px;
		height: 38px;
	}
	.fzlc_pad {
	    margin-left: 35px;
	    margin-right: 35px;
	}
}

@media screen and (max-width:960px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 28px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 14px;
	}
	.ind_yw .yw_hv .h3{
		font-size: 30px;
	}
	.ind_tt .h3 {
	    font-size: 26px;
	}
	
	.team_list ul li{
		width: 33.3333%;
	}
	.sub_nav li{
		padding: 0 4px;
	}
	.sub_nav li a{
		line-height: 30px;
		padding: 0 24px;
	}
}

@media screen and (max-width:768px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 24px;
	}
	.ban_prev,.ban_next{
		width: 30px;
		height: 30px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 13px;
	}
	.swiper-banner .ban-pagination{
		bottom: 10px;
	}
	.ban_prev,.ban_next{
		display: none;
	}
	.swiper-banner .swiper-slide .ban_w{
		bottom: 24%;
	}
	
	.ind_arc li .hv .i{
		width: 20px;
		height: 20px;
		top: 6px;
	}
	.ind_nhd li{
		padding: 10px 15px;
	}
	.new_com .swiper-slide .h3 ,.new_list li .h3{
		font-size: 15px;
	}
	.ind_nhd li a{
		font-size: 14px;
	}
	.new_com .swiper-slide .p,.new_com .swiper-slide .span,.new_com .swiper-slide .m
	,.new_list li .p,.new_list li .span,.new_list li .m
	{
		font-size: 13px;
	}
	.new_com{
		margin-left: 25px;
		margin-right: 25px;
	}
	.new_com .nprev{
		left: -10px;
	}
	.new_com .nnext{
		right: -10px;
	}
	
	.ind_lxl .h3 {
	    font-size: 22px;
	}
	.ind_lxl .h4{
		font-size: 20px;
	}
	.ind_lxl .ul li{
		font-size: 14px;
	}
	.ind_lxl .ul li p strong{
		font-size: 18px;
	}
	.ind_lxl .p strong{
		font-size: 14px;
	}
	.ind_lxl .ul li img{
		width: 22px;
	}
	.ind_lxr .ul li .ly_txt, .ind_lxr .ul li .ly_nr{
		padding:8px 12px;
	}
	.ind_lxr .p{
		font-size: 13px;
	}
	.ind_lxr .ul li .ly_btn{
		line-height: 38px;
		font-size: 14px;
	}
	.ind_lxr .ul li.last{
		padding-top: 0;
	}
	.sub_nav li{
		padding: 4px;
	}
	
	.rongyu li{
		width: 33.3333%;
	}
	.yw_zppadd .zprev,.yw_zppadd .znext,.new_com .nprev, .new_com .nnext{
		background-size: 28px;
	}
	.yw_com{
		padding-bottom: 5%;
	}
	.zp_list li,.new_list li{
		width: 50%;
	}
	.lx_ewm img{
		width: 90px;
	}
	.cont_map{
		height: 400px;
	}
	.job_list li .no{
		display: none;
	}
	.art_nfh a{
		line-height: 32px;
	}
	.art_zppad{
		padding: 0 40px;
	}
	.art_zppad .zpprev,.art_zppad .zpnext{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.art_zppad .zpprev{
		left: -10px;
	}
	.art_zppad .zpnext{
		right:-10px;
	}
	
	.pages{
		padding-top: 10px;
	}
	.pages ul li{
		padding: 0 4px;
	}
	.pages ul li a{
		line-height: 20px;
		padding:0 6px;
	}
	
	.yw_zuopin li .p{
		padding-bottom: 6px;
		margin-top: -18px;
	}
	
	
}
@media screen and (max-width:600px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 20px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 12px;
	}
	.ind_alc li .img{
		width: 24px;
	}
	.ind_alc li .bord{
		justify-content: center;
	}
	.ind_a .ind_am a{
		line-height: 30px;
		padding: 0 22px;
	}
	
	.sub_nav li a{
		line-height: 26px;
		padding: 0 20px;
	}
	.fzlc_pad{
		margin-top: 0;
	}
	.fzlc_com .odd .lc_warp {
		flex-direction: column;
	}
	.fzlc_com .odd .lc_warp .lc_a {
		padding-top: 56px;
	}
	.fzlc_com .odd .lc_a .nian::after {
		top:100px;
	}
	.fzlc_com .odd .lc_bd {
		-webkit-animation: am_01 0.6s ease-in-out backwards;
	}
	.fzlc_com .swiper-slide.swiper-slide-active .lc_warp .line::after, .fzlc_com .swiper-slide.swiper-slide-active .lc_warp .line::before {
		display: block;
	}
	.fzlc_com .swiper-slide.swiper-slide-active .nian {
		background-image: linear-gradient(#0c2d0d, #4e4e4e);
		color: #fff;
	}
	.fzlc_com .swiper-slide.swiper-slide-active .nian:after {
		background: #4E4E4E;
	}
	.fzlc_com .swiper-slide.swiper-slide-active .lc_bd {
		display: block;
	}
	.ind_nhd{
		padding-bottom: 0;
	}
	.ind_nhd li{
		padding: 4px 11px;
	}
	.ind_nhd li a{
		padding: 2px 0;
	}
	.new_com .swiper-slide .h3,.new_list li .h3{
		font-size: 14px;
		height: auto;
	}
	.ind_nhd li a{
		font-size: 13px;
	}
	.new_com .nprev, .new_com .nnext,.fzlc_pad .lcprev, .fzlc_pad .lcnext{
		background-size: 24px;
	}
	.new_com .nprev{
		left: -5px;
	}
	.new_com .nnext{
		right: -5px;
	}
	.ind_lxl,.ind_lxr{
		width: 100%;
		padding: 10px 0;
	}
	.ind_lxl .h3{
		font-size: 20px;
	}
	.ind_lxl .h4{
		font-size: 18px;
	}
	.ind_lxl .ul li p strong{
		font-size: 16px;
	}
	.weizhi .wz{
		padding-left: 20px;
		background-size: 14px;
	}
	.s_nav{
		display: block;
		width: 100%;
		overflow-x: auto;
	}
	.s_nav ul{
		display: block;
		width: 100%;
	}
	.s_nav ul li{
		display:inline-block;
	}
	.weizhi .s_nav a{
		padding: 3px 10px;
	}
	.rongyu li{
		width: 50%;
	}
	
	.sub_tt{
		padding-bottom: 10px;
	}
	
	.yw_zppadd{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.yw_zppadd .zprev,.yw_zppadd .znext{
		background-size: 24px;
	}
	.yw_zppadd .zprev{
		left:-5px;
	}
	.yw_zppadd .znext{
		right:-5px;
	}
	.zp_list li{
		padding: 5px;
	}
	.zp_list ul{
		margin-left: -5px;
		margin-right: -5px;
	}
	.zp_list li a:hover{
		box-shadow: none;
	}
	.new_list{
		margin-left: -1.5%;
		margin-right: -1.5%;
	}
	.new_list li .p, .new_list li .span, .new_list li .m{
		font-size: 12px;
	}
	.new_list ul{
		margin: 0;
	}
	.team_list ul{
		margin-left: -6px;
		margin-right: -6px;
	}
	.team_list ul li{
		width:50%;
		padding: 6px;
	}
	.cont_l,.cont_r{
		width: 100%;
		padding: 10px 0;
	}
	.cont_map{
		height: 320px;
	}
	.art_nfh a{
		line-height: 30px;
	}
	.art_nfh a p{
		padding-left: 10px;
	}
	.art_zppad{
		padding: 0 20px;
	}
	.art_zppad .zpprev,.art_zppad .zpnext{
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.art_zppad .zpprev{
		left: -5px;
	}
	.art_zppad .zpnext{
		right:-5px;
	}
	
	.art_zplr .art_zpcm{
		width:100%;
		margin-bottom: 10px;
	}
	
	.yw_zuopin li .p::after{
		height: 1px;
	}
	.team_swiper .swiper-slide{
		width: 40%;
	}
	.team_swiper .team-btn{
		width: 25px;
		height: 32px;
	}
	.art_team .art_team_l{
		width: 60%;
		margin: 0 auto;
	}
	.art_team .art_team_r{
		width: 100%;
		flex: auto;
		padding: 4% 0;
	}
	.pages ul li.block{
		display: block;
		padding-bottom: 10px;
	}
}

